install_dir: testdatadir)
endif
-if get_option ('profiler')
+if false and get_option ('profiler')
test('performance-adwaita', test_performance,
args: [ '--mark', 'css validation',
endif
-if get_option ('profiler')
+if false and get_option ('profiler')
test('performance-layout', test_performance,
args: [ '--mark', 'size allocation', join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir) ],
suite: [ 'gtk' ])
-endif
-
-if get_option ('profiler')
-
test('performance-snapshot', test_performance,
args: [ '--mark', 'widget snapshot', join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
env: [ 'GTK_THEME=Empty',